projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
111d6c6
)
usb: musb: fix Blackfin DMA register padding
author
Cliff Cai
<
[email protected]
>
Tue, 19 Jan 2010 05:10:42 +0000
(
00:10
-0500)
committer
Remy Bohmer
<
[email protected]
>
Wed, 3 Feb 2010 21:06:59 +0000
(22:06 +0100)
The conversion from offsets to C structs lost a little padding in the DMA
register map. Accessing endpoints other than ep0 with DMA would fail as
the addresses wouldn't be adjusted correctly.
Signed-off-by: Cliff Cai <
[email protected]
>
Signed-off-by: Mike Frysinger <
[email protected]
>
drivers/usb/musb/blackfin_usb.h
patch
|
blob
|
history
diff --git
a/drivers/usb/musb/blackfin_usb.h
b/drivers/usb/musb/blackfin_usb.h
index ab26ca2d51206a3dee8abcc7d102a4ca19dc9f3e..de994bf3361034921dc31788cae508a70b2689de 100644
(file)
--- a/
drivers/usb/musb/blackfin_usb.h
+++ b/
drivers/usb/musb/blackfin_usb.h
@@
-82,7
+82,7
@@
struct bfin_musb_dma_regs {
ureg(addr_high);
ureg(count_low);
ureg(count_high);
- u
reg(pad)
;
+ u
32 reserved0[2]
;
};
#undef ureg